home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / MacProject II / MacProject II Help / card_61054.txt < prev    next >
Text File  |  1989-09-27  |  5KB  |  234 lines

  1. -- card: 61054 from stack: in
  2. -- bmap block id: 62298
  3. -- flags: 0000
  4. -- background id: 68193
  5. -- name: Import Data DBOX
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=182 top=81 right=100 bottom=294
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: folder
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   show card field popupFolder
  23. end mouseDown
  24.  
  25. on mouseUp
  26.   hide card field popupFolder
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 4 (button)
  32. -- low flags: 00
  33. -- high flags: 2000
  34. -- rect: left=143 top=103 right=249 bottom=333
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: list
  43. ----- HyperTalk script -----
  44. on mouseDown
  45.   show card field popupList
  46. end mouseDown
  47.  
  48. on mouseUp
  49.   hide card field popupList
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 5 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=354 top=131 right=246 bottom=444
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: buttons
  66. ----- HyperTalk script -----
  67. on mouseDown
  68.   show card field popupButtons
  69. end mouseDown
  70.  
  71. on mouseUp
  72.   hide card field popupButtons
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 6 (button)
  78. -- low flags: 00
  79. -- high flags: 2000
  80. -- rect: left=363 top=104 right=117 bottom=421
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: drive
  89. ----- HyperTalk script -----
  90. on mouseDown
  91.   show card field popupDrive
  92. end mouseDown
  93.  
  94. on mouseUp
  95.   hide card field popupDrive
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 7 (field)
  101. -- low flags: 01
  102. -- high flags: 2002
  103. -- rect: left=10 top=56 right=89 bottom=119
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 0
  107. -- font id: 3
  108. -- text size: 10
  109. -- style flags: 0
  110. -- line height: 13
  111. -- part name: Inbox
  112.  
  113.  
  114. -- part 10 (field)
  115. -- low flags: 81
  116. -- high flags: 2004
  117. -- rect: left=149 top=107 right=209 bottom=324
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 0
  121. -- font id: 3
  122. -- text size: 10
  123. -- style flags: 0
  124. -- line height: 13
  125. -- part name: popupFolder
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   hide card field "popupFolder"
  129. end mouseUp
  130.  
  131.  
  132. -- part 11 (field)
  133. -- low flags: 81
  134. -- high flags: 2004
  135. -- rect: left=337 top=103 right=243 bottom=455
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 3
  140. -- text size: 10
  141. -- style flags: 0
  142. -- line height: 13
  143. -- part name: popupList
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   hide card field "popupList"
  147. end mouseUp
  148.  
  149.  
  150. -- part 12 (field)
  151. -- low flags: 81
  152. -- high flags: 2004
  153. -- rect: left=351 top=131 right=168 bottom=435
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 0
  157. -- font id: 3
  158. -- text size: 10
  159. -- style flags: 0
  160. -- line height: 13
  161. -- part name: popupDrive
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   hide card field "popupDrive"
  165. end mouseUp
  166.  
  167.  
  168. -- part 13 (field)
  169. -- low flags: 81
  170. -- high flags: 2004
  171. -- rect: left=138 top=100 right=255 bottom=351
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 0
  175. -- font id: 3
  176. -- text size: 10
  177. -- style flags: 0
  178. -- line height: 13
  179. -- part name: popupButtons
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   hide card field "popupButtons"
  183. end mouseUp
  184.  
  185.  
  186. -- part contents for card part 7
  187. ----- text -----
  188. Press any element for details.
  189.  
  190. -- part contents for card part 10
  191. ----- text -----
  192. Name of the disk or folder containing the files listed below.
  193.  
  194. Press to see the hierarchy of files.
  195.  
  196. Drag to display a different level.
  197.  
  198.  
  199.  
  200. -- part contents for card part 11
  201. ----- text -----
  202. Only text files are listed. The data can be in tab delimited, comma separated
  203. (CSV), merge, SYLK, or DIF files. 
  204.  
  205. Double-click the file you want to import.
  206.  
  207.  
  208.  
  209. -- part contents for card part 12
  210. ----- text -----
  211. Current disk drive.
  212.  
  213.  
  214.  
  215.  
  216. -- part contents for card part 13
  217. ----- text -----
  218. Click Eject to remove the disk from the current drive if you want to insert a different disk.
  219.  
  220. Click Drive to switch drives.
  221.  
  222. Click Import to import the selected file 
  223. (or to view the contents of the selected folder).
  224.  
  225. Click Cancel to cancel the command.
  226.  
  227.  
  228. -- part contents for background part 30
  229. ----- text -----
  230. The File Menu
  231.  
  232. -- part contents for background part 31
  233. ----- text -----
  234. Import Data Dialog Box